home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR06 / GOLD3_00.ZIP / GOLD.DOC < prev    next >
Text File  |  1993-07-23  |  6KB  |  131 lines

  1.  
  2.    July 23, 1993
  3.   ---------------
  4.                             Gold Hunt ! V3.00
  5.                       (C) Copyright 1993 by Robert Poirier
  6.                         Support BBS: The Parrot's Den BBS
  7.                                  (508) 765-9387
  8.  
  9.              A Stratergy Game for PcBoard , GAP and other systems.
  10.          ------------------------------------------------------------
  11.  
  12.    Welcome to Gold Hunt ! The game is simple to play with instructions in 
  13.    the door itself. You start at the entrance to a mine, and all you have 
  14.    to do is explore the mine looking for gold. Along the way are storage 
  15.    boxes which may contain some items useful to you on your quest. Be      
  16.    careful of disasters which could befall you on your journey through      
  17.    the mine.                           
  18.  
  19.    This door is written for BBSes that use 31-line DOOR.sys, PcBoard 11.8, 
  20.    PcBoard 14.+, Wildcat, RBBS/QBBS dorinfo1.def.
  21.  
  22.                                DISCLAIMER !!
  23.           This program and other files associated with it are
  24.           "as is" and are not guaranteed to be frre from errors.
  25.           The author does not guarantee nor warrent any of the 
  26.           included files within the ZIP. We are not responsible 
  27.           for any damage of any kind, including profit losses 
  28.           and/or data loss, that relates directly or indirectly
  29.           to these programs and files.  You may distribute this
  30.           program, as long as it is in unmodified form with all
  31.           the original files included.
  32.  
  33.                             Sample GOLD.CFG file
  34.   
  35.       c:\pcb\pcboard.sys       <-- path and running system
  36.       The Parrot's Den BBS     <-- boards name
  37.       Bob                      <-- sysop first name
  38.       Poirier                  <-- sysop last name
  39.       0000000                  <-- Registration number
  40.       3                      * <-- Number of Games Users can play(1 to 7)
  41.       3                      * <-- Number of Make up games per day(1 to 7)
  42.       0                      * <-- Future release usage 
  43.       c:\pcb\gen\blt16       * <-- location of top 15 ANSI bulletin
  44.       c:\pcb\gen\blt16g      * <-- location of top 15 ASCII bulletin                      
  45.                               (Ansi bulletin usess @Xxx codes only)
  46.                              * works in registered version only
  47.            (note : if no bulletin desired type NONE for path)                  
  48.            All above lines have to be in the config file for the
  49.            door program to work properly!! If you don't have ten 
  50.            lines in it, it won't work!
  51.                         
  52.       Set up is simple enough. Unzip the files into their own directory
  53.      and make the GOLD.CFG file above making sure there are no remarks
  54.      or blanks lines in the file.                                        
  55.      Setting Number of Games users can play is the number of games in a 
  56.      one day playing session.(remembering that you can also set number of 
  57.      makeup days also.)
  58.      In the number for makeup games, setting this to one disables playing 
  59.      make up games. Setting to 2 allows the user to play one regular day 
  60.      and one make up day. Setting it to 3 is one regular day and two 
  61.      makeup days, etc.. up to 7.
  62.      Make a batch file to run the door as per the enclosed PLUMBER.bat 
  63.      file. 
  64.      The program has it's own com routines, so no other modules are 
  65.      needed. Do not use a WATCHDOG program with the door. If you use a 
  66.      converter program include it in the batch file calling the door.
  67.                The command line is :   GOLD GOLD.CFG
  68.      If you wish to run in local mode use the command line:
  69.                            GOLD GOLD.CFG LOCAL
  70.    
  71.     
  72.     Gold Hunt!  Files Needed to Run:
  73.     ---------------------------------------------------------
  74.     GOLD.EXE  <------------------- Plumber program
  75.     GOLD.DOC  <------------------- What You are reading now
  76.     GOLD.CFG <-------------------- Configuration File
  77.     GOLD.PIC <-------------------- Binary data file containing pictures
  78.     REGISTER.DOC <---------------- Registration information
  79.     GOLDHUNT.BAT  <--------------- Sample batch file
  80.     
  81.     GOLD.DAT  <------------------- Created at run time by the door
  82.                                    for holding scores.
  83.                                    
  84.    All of these files should be in this ZIP, if they are not, don't
  85.    take a chance! Call The Parrot's Den and get a good copy or view the 
  86.    file on a few local boards to see if you can find a complete copy.
  87.      
  88.    You will also need to modify your doors menu files and the data
  89.    level needed to access them. For GAP, these are respectively:
  90.    
  91.        DOORM
  92.        DOORMG
  93.        DOORS.DAT
  94.  
  95.    Please refer to your BBS documentation for details on setting up 
  96.    these files.
  97.  
  98.          At any time that you want to redo the scoring file, delete the 
  99.    GOLD.DAT file created by the door, and the door will reset the montly 
  100.    score to zero and start over. This is not necessary, as the door rolls 
  101.    over on the first of each month, keeping the high score winner for the
  102.    previous month.
  103.    
  104.    Version 3.00 and up, updates the scoring file as the first caller of 
  105.    a new month enters the door (keeping the last month high scorer
  106.    and deleting the others).
  107.    
  108.    Please read REGISTER.DOC for information on how you can register
  109.    your copy of Gold Hunt ! . The bulletin generator is only available 
  110.    in the registered version of Gold Hunt.
  111.  
  112.  
  113.    Have Fun!
  114.    Bob Poirier
  115.    The  Parrot's Den BBS
  116.    508-765-9387
  117.  
  118.    History:
  119.    7/23/93 ver 3.00
  120.            Made major changes in some of the routines to speed them up.
  121.            Finally got the problem with the make up days routine fixed!!
  122.     1/9/93 ver 2.00
  123.            First version prepared for release
  124.  
  125.    12/31/92 ver 1.00b
  126.            First beta test began on Gold Hunt door!
  127.            Added more instruction to clarify playing the game
  128.            Initial door written.
  129.     12/30/92
  130.            Initial Idea for Door Program and Development.
  131.